* configure.in: Recognize Linux as a valid operating system for
authorJim Blandy <jimb@redhat.com>
Thu, 20 May 1993 00:56:54 +0000 (00:56 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 20 May 1993 00:56:54 +0000 (00:56 +0000)
the i386.

configure1.in

index d5a226bdfa8edc381701cc581e57b24052156767..7b80b4d375e8007a66a286b8faa4f7471018bc3a 100755 (executable)
@@ -552,6 +552,7 @@ case "${configuration}" in
       *-isc* )                 opsys=isc3-0 ;;
       *-esix* )                        opsys=esix ;;
       *-xenix* )               opsys=xenix ;;
+      *-linux* )               opsys=linux ;;
       *-sco3.2v4* )            opsys=sco4 ;;
       ## Otherwise, we'll fall through to the generic opsys code at the bottom.
     esac